Html Css Color HEX #06CA98 Caribbean Green

📋 copy color: '#06CA98'

red 6 ◦ green 202 ◦ blue 152

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

Shades of Caribbean Green #06CA98

Tints of Caribbean Green #06CA98

RGB

 RED value IS 6 (2.73% from 255) = 1.67%

 GREEN value IS 202 (79.3% from 255) = 56.11%

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

R = 1.67%
G = 56.11%
B = 42.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#06CA98 (or 0x06CA98) is known color: Caribbean Green. HEX triplet: 06, CA and 98. RGB value is (6,202,152). Sum of RGB (Red+Green+Blue) = 6+202+152=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06CA98 is #F93567. Grayscale: #898989. Windows color (decimal): -16332136 or 10013190. OLE color: 10013190.

HSL color Cylindrical-coordinate representation of color #06CA98: hue angle of 164.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA98 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 202 152 -
CMYK 0.97 0 0.25 0.21
HSL 164.69º 0.94% 0.41% -
HSV(B) 164.69º 0.97% 0.79% -
XYZ 26.86 44.55 36.89 -
YUV 137.7 136.07 34.07 -
System Red Green Blue C M Y K H S L
Decimal 6 202 152 0.97 0 0.25 0.21 164.69 0.94 0.41
Hex 6 CA 98 61 0 19 15 A5 5E 29
Octal 6 312 230 141 0 31 25 245 136 51
Binary 110 11001010 10011000 1100001 0 11001 10101 10100101 1011110 101001

Color Harmonies of #06CA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CA98

Black with #06CA98

Text Example


Text Example

White with #06CA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06CA98; }

 p { color: rgb(6,202,152); }

 H1.HeaderClassName
 {
   color: #06CA98;
 }
 .AnyTagClassName
 {
   color: #06CA98;
 }
</style>

background-color css

<style>
 a { background-color: #06CA98; }

 a { background-color: rgb(6,202,152); }

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

border-color css

<style>
 span { border-color: #06CA98; }

 span { border-color: rgb(6,202,152); }

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