Html Css Color HEX #0DC6AF Caribbean Green

📋 copy color: '#0DC6AF'

red 13 ◦ green 198 ◦ blue 175

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

Shades of Caribbean Green #0DC6AF

Tints of Caribbean Green #0DC6AF

RGB

 RED value IS 13 (5.47% from 255) = 3.37%

 GREEN value IS 198 (77.73% from 255) = 51.3%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 3.37%
G = 51.3%
B = 45.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#0DC6AF (or 0x0DC6AF) is known color: Caribbean Green. HEX triplet: 0D, C6 and AF. RGB value is (13,198,175). Sum of RGB (Red+Green+Blue) = 13+198+175=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC6AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC6AF is #F23950. Grayscale: #8B8B8B. Windows color (decimal): -15874385 or 11519501. OLE color: 11519501.

HSL color Cylindrical-coordinate representation of color #0DC6AF: hue angle of 172.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC6AF is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 175 -
CMYK 0.93 0 0.12 0.22
HSL 172.54º 0.88% 0.41% -
HSV(B) 172.54º 0.93% 0.78% -
XYZ 28.1 43.57 47.49 -
YUV 140.06 147.71 37.37 -
System Red Green Blue C M Y K H S L
Decimal 13 198 175 0.93 0 0.12 0.22 172.54 0.88 0.41
Hex D C6 AF 5D 0 C 16 AD 58 29
Octal 15 306 257 135 0 14 26 255 130 51
Binary 1101 11000110 10101111 1011101 0 1100 10110 10101101 1011000 101001

Color Harmonies of #0DC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC6AF

Black with #0DC6AF

Text Example


Text Example

White with #0DC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,198,175); }

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

background-color css

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

 a { background-color: rgb(13,198,175); }

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

border-color css

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

 span { border-color: rgb(13,198,175); }

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