Html Css Color HEX #0ABC91 Caribbean Green

📋 copy color: '#0ABC91'

red 10 ◦ green 188 ◦ blue 145

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

Shades of Caribbean Green #0ABC91

Tints of Caribbean Green #0ABC91

RGB

 RED value IS 10 (4.3% from 255) = 2.92%

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

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 2.92%
G = 54.81%
B = 42.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#0ABC91 (or 0x0ABC91) is known color: Caribbean Green. HEX triplet: 0A, BC and 91. RGB value is (10,188,145). Sum of RGB (Red+Green+Blue) = 10+188+145=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC91 is #F5436E. Grayscale: #818181. Windows color (decimal): -16073583 or 9550858. OLE color: 9550858.

HSL color Cylindrical-coordinate representation of color #0ABC91: hue angle of 165.51º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC91 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 188 145 -
CMYK 0.95 0 0.23 0.26
HSL 165.51º 0.9% 0.39% -
HSV(B) 165.51º 0.95% 0.74% -
XYZ 23.22 38.08 32.91 -
YUV 129.88 136.53 42.5 -
System Red Green Blue C M Y K H S L
Decimal 10 188 145 0.95 0 0.23 0.26 165.51 0.9 0.39
Hex A BC 91 5F 0 17 1A A6 5A 27
Octal 12 274 221 137 0 27 32 246 132 47
Binary 1010 10111100 10010001 1011111 0 10111 11010 10100110 1011010 100111

Color Harmonies of #0ABC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABC91

Black with #0ABC91

Text Example


Text Example

White with #0ABC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABC91; }

 p { color: rgb(10,188,145); }

 H1.HeaderClassName
 {
   color: #0ABC91;
 }
 .AnyTagClassName
 {
   color: #0ABC91;
 }
</style>

background-color css

<style>
 a { background-color: #0ABC91; }

 a { background-color: rgb(10,188,145); }

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

border-color css

<style>
 span { border-color: #0ABC91; }

 span { border-color: rgb(10,188,145); }

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