Html Css Color HEX #0CBE98 Caribbean Green

📋 copy color: '#0CBE98'

red 12 ◦ green 190 ◦ blue 152

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

Shades of Caribbean Green #0CBE98

Tints of Caribbean Green #0CBE98

RGB

 RED value IS 12 (5.08% from 255) = 3.39%

 GREEN value IS 190 (74.61% from 255) = 53.67%

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

R = 3.39%
G = 53.67%
B = 42.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#0CBE98 (or 0x0CBE98) is known color: Caribbean Green. HEX triplet: 0C, BE and 98. RGB value is (12,190,152). Sum of RGB (Red+Green+Blue) = 12+190+152=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #0CBE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBE98 is #F34167. Grayscale: #848484. Windows color (decimal): -15941992 or 10010124. OLE color: 10010124.

HSL color Cylindrical-coordinate representation of color #0CBE98: hue angle of 167.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBE98 is Cyan = 0.94, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 190 152 -
CMYK 0.94 0 0.2 0.25
HSL 167.19º 0.88% 0.4% -
HSV(B) 167.19º 0.94% 0.75% -
XYZ 24.23 39.17 35.99 -
YUV 132.45 139.03 42.09 -
System Red Green Blue C M Y K H S L
Decimal 12 190 152 0.94 0 0.2 0.25 167.19 0.88 0.4
Hex C BE 98 5E 0 14 19 A7 58 28
Octal 14 276 230 136 0 24 31 247 130 50
Binary 1100 10111110 10011000 1011110 0 10100 11001 10100111 1011000 101000

Color Harmonies of #0CBE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBE98

Black with #0CBE98

Text Example


Text Example

White with #0CBE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,190,152); }

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

background-color css

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

 a { background-color: rgb(12,190,152); }

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

border-color css

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

 span { border-color: rgb(12,190,152); }

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