Html Css Color HEX #10827A Surfie Green

📋 copy color: '#10827A'

red 16 ◦ green 130 ◦ blue 122

#10827A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #10827A

Tints of Surfie Green #10827A

RGB

 RED value IS 16 (6.64% from 255) = 5.97%

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 5.97%
G = 48.51%
B = 45.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10827A (or 0x10827A) is known color: Surfie Green. HEX triplet: 10, 82 and 7A. RGB value is (16,130,122). Sum of RGB (Red+Green+Blue) = 16+130+122=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #10827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10827A is #EF7D85. Grayscale: #5E5E5E. Windows color (decimal): -15695238 or 8028688. OLE color: 8028688.

HSL color Cylindrical-coordinate representation of color #10827A: hue angle of 175.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10827A is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 122 -
CMYK 0.88 0 0.06 0.49
HSL 175.79º 0.78% 0.29% -
HSV(B) 175.79º 0.88% 0.51% -
XYZ 11.71 17.48 21.17 -
YUV 95 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 16 130 122 0.88 0 0.06 0.49 175.79 0.78 0.29
Hex 10 82 7A 58 0 6 31 B0 4E 1D
Octal 20 202 172 130 0 6 61 260 116 35
Binary 10000 10000010 1111010 1011000 0 110 110001 10110000 1001110 11101

Color Harmonies of #10827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10827A

Black with #10827A

Text Example


Text Example

White with #10827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10827A; }

 p { color: rgb(16,130,122); }

 H1.HeaderClassName
 {
   color: #10827A;
 }
 .AnyTagClassName
 {
   color: #10827A;
 }
</style>

background-color css

<style>
 a { background-color: #10827A; }

 a { background-color: rgb(16,130,122); }

 div.DivClassName
 {
   background-color: #10827A;
 }
 .BgClassName
 {
   background-color: #10827A;
 }
</style>

border-color css

<style>
 span { border-color: #10827A; }

 span { border-color: rgb(16,130,122); }

 td.TdClassName
 {
   border-color: #10827A;
 }
 .TagClassName
 {
   border-color: #10827A;
 }
</style>