Html Css Color HEX #10BB99 Caribbean Green

📋 copy color: '#10BB99'

red 16 ◦ green 187 ◦ blue 153

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

Shades of Caribbean Green #10BB99

Tints of Caribbean Green #10BB99

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.53%

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 4.49%
G = 52.53%
B = 42.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#10BB99 (or 0x10BB99) is known color: Caribbean Green. HEX triplet: 10, BB and 99. RGB value is (16,187,153). Sum of RGB (Red+Green+Blue) = 16+187+153=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB99 is #EF4466. Grayscale: #838383. Windows color (decimal): -15680615 or 10074896. OLE color: 10074896.

HSL color Cylindrical-coordinate representation of color #10BB99: hue angle of 168.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BB99 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 187 153 -
CMYK 0.91 0 0.18 0.27
HSL 168.07º 0.84% 0.4% -
HSV(B) 168.07º 0.91% 0.73% -
XYZ 23.73 37.95 36.21 -
YUV 132 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 16 187 153 0.91 0 0.18 0.27 168.07 0.84 0.4
Hex 10 BB 99 5B 0 12 1B A8 54 28
Octal 20 273 231 133 0 22 33 250 124 50
Binary 10000 10111011 10011001 1011011 0 10010 11011 10101000 1010100 101000

Color Harmonies of #10BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB99

Black with #10BB99

Text Example


Text Example

White with #10BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BB99; }

 p { color: rgb(16,187,153); }

 H1.HeaderClassName
 {
   color: #10BB99;
 }
 .AnyTagClassName
 {
   color: #10BB99;
 }
</style>

background-color css

<style>
 a { background-color: #10BB99; }

 a { background-color: rgb(16,187,153); }

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

border-color css

<style>
 span { border-color: #10BB99; }

 span { border-color: rgb(16,187,153); }

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