Html Css Color HEX #10BC98 Caribbean Green

📋 copy color: '#10BC98'

red 16 ◦ green 188 ◦ blue 152

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

Shades of Caribbean Green #10BC98

Tints of Caribbean Green #10BC98

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 4.49%
G = 52.81%
B = 42.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#10BC98 (or 0x10BC98) is known color: Caribbean Green. HEX triplet: 10, BC and 98. RGB value is (16,188,152). Sum of RGB (Red+Green+Blue) = 16+188+152=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BC98 is #EF4367. Grayscale: #848484. Windows color (decimal): -15680360 or 10009616. OLE color: 10009616.

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

Color convert

RGB 16 188 152 -
CMYK 0.91 0 0.19 0.26
HSL 167.44º 0.84% 0.4% -
HSV(B) 167.44º 0.91% 0.74% -
XYZ 23.86 38.34 35.85 -
YUV 132.47 139.02 44.93 -
System Red Green Blue C M Y K H S L
Decimal 16 188 152 0.91 0 0.19 0.26 167.44 0.84 0.4
Hex 10 BC 98 5B 0 13 1A A7 54 28
Octal 20 274 230 133 0 23 32 247 124 50
Binary 10000 10111100 10011000 1011011 0 10011 11010 10100111 1010100 101000

Color Harmonies of #10BC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC98

Black with #10BC98

Text Example


Text Example

White with #10BC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,152); }

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

background-color css

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

 a { background-color: rgb(16,188,152); }

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

border-color css

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

 span { border-color: rgb(16,188,152); }

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